home *** CD-ROM | disk | FTP | other *** search
/ ArtGames with the Albright-Knox Art Gallery / Artgames With the Albright-Knox Art Gallery (HSBC)(AlbrightKnox).ISO / pc / games / niagara.swf / scripts / frame_5 / DoAction.as
Text File  |  2003-09-22  |  93b  |  9 lines

  1. if(_framesloaded < _totalframes)
  2. {
  3.    gotoAndPlay(4);
  4. }
  5. else
  6. {
  7.    gotoAndPlay(11);
  8. }
  9.